.TestFrameOne{
	width: 980px;
	height: 300px;
	clear: both;
	 
	background: url(../images/TestFrame/TestFrameOneBG.jpg) center no-repeat;
	background-size: cover;
	padding-left: 120px;
	padding-right: 100px;
}
.TestFrameOne_title{
	width: 629px;
	overflow: hidden;
	clear: both;
	padding-top: 32px;
}
.TestFrameOne_title img{
	display: block;
	width: 100%;
}
.TestFrameOne_main{
	width: 980px;
	clear: both;
	margin: 0 auto;
	margin-top: 38px;
}
.TestFrameOne_main_left{
	width: 684px;
	float: left;
}
.TestFrameOne_main_left_top{
	width: 100%;
	clear: both;
}
.TestFrameOne_main_left_top2{
	margin-top: 25px;
}
.TestFrameOne_main_left_selectWrap{
	width: 200px;
	padding-bottom: 4px;
	position: relative;
	z-index: 1;
	float: left;
	margin-left: 30px;
}
.TestFrameOne_main_left_selectWrap:first-child{
	margin-left: 0;
}
.TestFrameOne_main_left_selectWrap:after{
	width: 200px;
	height: 38px;
	background-image: -webkit-linear-gradient(left,rgba(65,62,140,0.7) 0%, rgba(78,74,170,0.7) 100%);
    background-image: -moz-linear-gradient(left,rgba(65,62,140,0.7) 0%, rgba(78,74,170,0.7) 100%);
    background-image: -o-linear-gradient(left,rgba(65,62,140,0.7) 0%, rgba(78,74,170,0.7) 100%);
    background-image: -ms-linear-gradient(left,rgba(65,62,140,0.7) 0%, rgba(78,74,170,0.7) 100%);
    background-image: linear-gradient(left,rgba(65,62,140,0.7) 0%, rgba(78,74,170,0.7) 100%);
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 30px;
}
.TestFrameOne_main_left_select{
	width: 200px;
	clear: both;
	height: 38px;
	background: #fff;
	border-radius: 30px;
	position: relative;
}
.TestFrameOne_main_left_select img.img1{
	position: absolute;
	right: 21px;
	top: 15px;
	width: 9px;
}
.TestFrameOne_main_left_select_text{
	padding-left: 20px;
	padding-right: 32px;
	width: 148px;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #302d77;
	line-height: 38px;
	cursor: pointer;
}
.TestFrameOne_main_left_select_text .select_clickBtn{
	width: 100%;
	overflow: hidden;
	clear: both;
	border: none;
	background: none;
	font-size: 14px;
	color: #302d77;
	padding: 10px 0;
}
.select_father{
	float: left;
	width: 100%;
	display: none;
	box-sizing: border-box;
}
.select_option{
	color: #302d77;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.select_option:hover{
	color: #00a0e8;
}
.select_son1{
	float: left;
	width: 50%;
	border-left: 1px solid #e3e3e3;
	display: none;
	box-sizing: border-box;
	max-height: 120px;
	overflow-y: auto;
}
.TestFrameOne_main_left_select_list{
	width: 100%;
	overflow: hidden;
	clear: both;
	position: absolute;
	left: 0;
	top: 40px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.4);
	display: none;
	max-height: 120px;
	overflow-y: auto;
}
.TestFrameOne_main_left_select_list li{
	text-align: center;
	font-size: 14px;
	color: #302d77;
	line-height: 28px;
	cursor: pointer;
}
.TestFrameOne_main_left_select_list li:hover{
	background: rgba(48,45,119,0.1);
}
.clear{
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
.TestFrameOne_main_right{
	width: 220px;
	height: 44px;
	float: right;
}
.TestFrameOne_main_right button{
	display: block;
	width: 220px;
	height: 44px;
	border: none;
	background: #ff0c94;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
}
/**/
.TestFrameOne_alert{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999;
	background: rgba(0,0,0,0.8);
	display: none;
}
.TestFrameOne_alert_one{
	width: 500px;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	border-radius: 5px;
	top: 50%;
	margin-top: -214px;
}
.TestFrameOne_alert_one_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	height: 60px;
	background: #321982;
	position: relative;
	vertical-align: middle;
	line-height: 60px;
}
.TestFrameOne_alert_one_title span.span1{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 60px;
}
.TestFrameOne_alert_one_title span.span2{
	display: inline-block;
	vertical-align: middle;font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.TestFrameOne_alert_one_title img.img1{
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	cursor: pointer;
}
.TestFrameOne_alert_one_title img.img2{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
}
.TestFrameOne_alert_one_main{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 0 50px;
	box-sizing: border-box;
	padding-top: 45px;
	padding-bottom: 34px;
}
.TestFrameOne_alert_one_main_top{
	width: 100%;
	clear: both;
}
.TestFrameOne_alert_one_main_center{
	margin-top: 35px;
}
.TestFrameOne_alert_one_main_top_left{
	width: 180px;
	float: left;
}
.TestFrameOne_alert_one_main_top_left_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #999999;
}
.TestFrameOne_alert_one_main_top_left .TestFrameOne_main_left_selectWrap{
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
	width: 180px;
}
.TestFrameOne_alert_one_main_top_left .TestFrameOne_main_left_selectWrap:after{
	display: none;
}
.TestFrameOne_alert_one_main_top_left .TestFrameOne_main_left_select{
	border: 1px solid #dcd1ff;
	background: #f6f6f9;
	box-sizing: border-box;
	width: 180px;
}
.TestFrameOne_alert_one_main_top_left .TestFrameOne_main_left_select_text{
	line-height: 36px;
}
.TestFrameOne_alert_one_main_top_right{
	float: auto;
	float: right;
}
.TestFrameOne_alert_one_main_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 50px;
}
.TestFrameOne_alert_one_main_bottom button{
	display: block;
	width: 220px;
	height: 38px;
	background: #ff0072;
	margin: 0 auto;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;
	border: none;
	border-radius: 30px;
	cursor: pointer;
}
.TestFrameOne_alert_one_main_bottom span{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	text-decoration: underline;
	display: block;
	padding-top: 8px;
	cursor: pointer;
}
.TestFrameOne_alert_two_main{
	padding: 0;
}
.TestFrameOne_alert_two_main_left{
	width: 250px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 80px 0 30px 0;
}
.TestFrameOne_alert_two_main_left:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 250px;
	background: #e6e6e6;
	right: 0;
	top: 50%;
	margin-top: -125px;
}
.TestFrameOne_alert_two_main_left img.img1{
	width: 100px;
	display: block;
	margin: 0 auto;
}
.TestFrameOne_alert_two_main_left span{
	display: block;
	position: absolute;
	width: 70px;
}
.TestFrameOne_alert_two_main_left span b{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.TestFrameOne_alert_two_main_left span b.b1{
	font-size: 14px;
	color: #321982;
	line-height: 20px;
}
.TestFrameOne_alert_two_main_left span b.b2{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.TestFrameOne_alert_two_main_left span.span1{
	left: 90px;
	top: 35px;
}
.TestFrameOne_alert_two_main_left span.span2{
	left: 173px;
	top: 100px;
}
.TestFrameOne_alert_two_main_left span.span3{
	left: 130px;
	top: 175px;
}
.TestFrameOne_alert_two_main_left span.span4{
	left: 45px;
	top: 175px;
}
.TestFrameOne_alert_two_main_left span.span5{
	left: 7px;
	top: 100px;
}
.TestFrameOne_alert_two_main_left_total{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 46px;
}
.TestFrameOne_alert_two_main_left_total b{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.TestFrameOne_alert_two_main_left_total b.b1{
	font-size: 28px;
	color: #ff0072;
	font-weight: normal;
	line-height: 32px;
}
.TestFrameOne_alert_two_main_left_total b.b2{
	font-size: 14px;
	color: #321982;
	font-weight: normal;
	line-height: 20px;
}
.TestFrameOne_alert_two_main_right{
	width: 210px;
	float: left;
	padding: 0 20px;
	padding-top: 35px;
}
.TestFrameOne_alert_two_main_right_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.TestFrameOne_alert_two_main_right_form{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top: 20px;
}
.TestFrameOne_alert_two_main_right_form_one{
	width: 208px;
	overflow: hidden;
	height: 34px;
	background: #f6f6f9;
	border-radius: 30px;
	border: 1px solid #dcd1ff;
	margin-bottom: 12px;
}
.TestFrameOne_alert_two_main_right_form_one input{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	padding: 8px 15px;
	box-sizing: border-box;
	border: none;
	background: none;
}
.TestFrameOne_alert_two_main_right_form_one input.inpOne{
	width: 120px;
	float: left;
}
.TestFrameOne_alert_two_main_right_form_one button.TestFrameOne_alert_one_btnOne{
	width: 88px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #ff0072;
	line-height: 34px;
	background: none;
	border: none;
	position: relative;
}
.TestFrameOne_alert_two_main_right_form_one button.TestFrameOne_alert_one_btnOne:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 26px;
	left: 0;
	top: 4px;
	background: #e6e6e6;
}
.TestFrameOne_alert_one_btnTwo{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #ff0072;
	height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 30px;
}
.TestFrameOne_alert_three{
	width: 300px;
	margin-left: -150px;
}
.TestFrameOne_alert_three_main{
	padding: 35px;
}
.TestFrameOne_alert_three_main_p1{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	text-align: center;
}
.TestFrameOne_alert_three_main_btn{
	width: 150px;
	height: 36px;
	background: #ff0072;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	border-radius: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}



/*第二个*/
.TestFrameTwo{
	width: 1060px;
	height: 254px;
	clear: both;
	background: url(../images/TestFrame/TestFrameTwoBG.jpg) center no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding-left: 97px;
	padding-right: 43px;
	padding-top: 46px;
}
.TestFrameTwo_title{
	width: 590px;
	display: block;
	margin: 0;
}
.TestFrameTwo_title_small{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 2px;
	margin-top: 15px;
}
.TestFrameTwo_main{
	width: 1060px;
}
.TestFrameTwo_main .TestFrameOne_main_left_selectWrap:after{
	display: none;
}
.TestFrameTwo_alert .TestFrameOne_alert_two_main_right_form_one{
	width: 228px;
}
.TestFrameTwo_alert .TestFrameOne_alert_two_main_right_form_one input.inpOne{
	width: 140px;
}



/**/
/**/
.TestFrameThree{
	width: 845px;
	height: 160px;
	padding: 0 92px;
	box-sizing: border-box;
	background: url(../images/TestFrame/TestFrameThreeBG.jpg) center no-repeat;
	background-size: cover;
}
.TestFrameThree .TestFrameOne_main_left_top2{
	margin-top: 20px;
}
.TestFrameThree .TestFrameOne_title{
	width: 280px;
	padding-top: 10px;
}
.TestFrameThree .TestFrameOne_main{
	margin-top: 20px;
}
.TestFrameThree .TestFrameOne_main_left_selectWrap{
	padding-bottom: 0;
}
.TestFrameThree .TestFrameOne_main_left_selectWrap:after{
	display: none;
}
.TestFrameThree .TestFrameOne_main_left_select{
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	height: 30px;
}
.TestFrameThree .TestFrameOne_main_left_select_text{
	line-height: 30px;
}
.TestFrameThree .TestFrameOne_main_left_select img.img1{
	top: 12px;
}
.TestFrameThree .TestFrameOne_main_right{
	width: 200px;
	float: left;
	margin-left: 30px;
	height: 40px;
}
.TestFrameThree .TestFrameOne_main_right button{
	width: 200px;
	height: 32px;
	font-size: 14px;
}


/**/
.TestFrameThreeAlert_one{
	width: 400px;
	overflow: hidden;
	clear: both;
	height: 182px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -91px;
	box-sizing: border-box;
	padding-top: 38px;
	display: none;
}
.spinner {
	margin: 0 auto;
	width: 50px;
	height: 60px;
	text-align: center;
	font-size: 10px;
}
.spinner > div {
	background-color: #ff0072;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
 
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
 
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
 
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
 
@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
	20% { -webkit-transform: scaleY(1.0) }
}
 
@keyframes stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
.TestFrameThreeAlert_one_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-top: 16px;
}
.TestFrameThreeAlert_oneClose{
	display: block;
	width: 16px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

/**/
.TestFrameThreeAlert_two .TestFrameOne_alert_one_title{
	background: #f6f6f9;
}
.TestFrameThreeAlert_two .TestFrameOne_alert_one_title span{
	color: #fb0172;
}